home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #3 / CD 3 (Black) - 2001.iso / K-CS.dcr / 00423.ls < prev    next >
Encoding:
Text File  |  2001-01-08  |  155 b   |  8 lines

  1. on mouseDown me
  2.   set the visible of sprite (the currentSpriteNum + 2) to 1
  3. end
  4.  
  5. on new me
  6.   set the visible of sprite (the currentSpriteNum + 2) to 0
  7. end
  8.